home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Hardware / PowerManager DDK 1.0f1 / PCI Power ReadMe < prev    next >
Encoding:
Text File  |  1999-11-30  |  1.5 KB  |  40 lines  |  [ttro/ttxt]

  1.  
  2. Native PCI Device Drivers for PCI Power Management DDK v1.0 ReadMe
  3.  
  4.  
  5. Introduction
  6. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh.  This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  7.  
  8. Contents
  9. The Native PCI Device Drivers for PCI Power Management DDK contain the following items:
  10.  
  11.     •    PCI Power ReadMe                                       DDK overview document
  12.  
  13.       •    Updating Drivers for PM v1.0                     Technical document on PCI power management and driver
  14.                                                                                  implications
  15.  
  16.       •    Interfaces&Libraries Folder                         Header files and new stub DriverServicesLib
  17.  
  18.       •    SampleDriver Folder                                    Sample PCI power management compliant driver
  19.  
  20.  
  21. Special Instructions
  22. The sample code project was created using Metrowerks Codewarrior Pro 4.  The MakeFile will also work with MPW ETO #23 or greater.
  23.  
  24. Take special note of the changes to the Power Manager interfaces in the file Power.h, within the Interfaces Folder.  The important changes are in the section commented as “PCI power management support” (lines 316 to 364).  Other definitions in the file related to PCI power management are obsolete and will be removed in a future release.
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. v1.02
  39. 11/23/99